forum

home / developersection / forums / useful eclipse java code templates

Useful Eclipse Java Code Templates

Anonymous User 1837 16-Jul-2015
You can create various Java code templates in Eclipse via the

Window->Preferences->Java -> Editor -> Templates
e.g.

sysout is expanded to:

System.out.println(${word_selection}${});${cursor}
You can activate this by typing sysout followed by CTRL+SPACE

What useful Java code templates do you currently use?
Include the name and description of it and why it's awesome.

Updated on 17-Jul-2015

I am a content writter !


Message
Can you answer this question?

Answer

1 Answers

Liked By